AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla dinámica
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Collapses the data found in a Pivot Table control according to a row header or to a column header.
Example
// Collapses all quarters
PVTCollapse(PVT_Sales, COL_OrderDate_Quarter)
Syntax
PVTCollapse(<Pivot Table control> , <Header to collapse>)
<Pivot Table control>: Control name
Name of the Pivot Table control to be used.
<Header to collapse>: Character string
Name of the row header or column header to collapse.
Related Examples:
WD PivotTable Training (WINDEV): WD PivotTable
[ + ] This example presents the use of the Pivot Table control.

This Pivot Table control is used to display dynamic statistics while grouping the data.
These statistics are calculated form the database.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/09/2023

Señalar un error o enviar una sugerencia | Ayuda local